home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TSAVEMSGDLG / TSAVEMSGDLG.txt
Text File  |  1998-11-20  |  807b  |  41 lines

  1. object SaveMsgDlg: TSaveMsgDlg
  2.   Left = 277
  3.   Top = 225
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Saving Message'
  7.   ClientHeight = 59
  8.   ClientWidth = 258
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 0
  19.     Top = 8
  20.     Width = 258
  21.     Height = 19
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Saving Message!'
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = -1
  33.     Top = 28
  34.     Width = 257
  35.     Height = 13
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = 'Please Wait'
  39.   end
  40. end
  41.